home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4144 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news.ust.hk!ee_ckmaa
  2. From: ee_ckmaa@uxmail.ust.hk (Chan Ka Ming)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: NEWBIE: MSVC C++ and templates
  5. Date: 28 Jan 1996 12:13:33 GMT
  6. Organization: The Hong Kong University of Science and Technology
  7. Message-ID: <4efp9e$jsq@news.ust.hk>
  8. References: <4e1duq$1i3@shellx.best.com> <DLsxp3.2MK@news.zippo.com> <4eegvd$n76@reader2.ix.netcom.com>
  9. NNTP-Posting-Host: ustsu26.ust.hk
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. James Edward Sands III (froman@ix.netcom.com) wrote:
  13. : I am learning C++ with microsoft visual c++ professional edition v1.5,
  14. : a funny thing happened the other day though.  I entered the chapter 
  15. : (in my book) on templates, and when coding, MSVC kept on spitting up
  16. : errors (erroneous errors).  All surronding the template delcaration,
  17. : and calls.
  18.  
  19. : Upon the help file inspection, I read an entry that says
  20. : "This produce does not support the use of templates" (word for word)
  21.  
  22. : Does anyone know why MSVC does not support them (they look real
  23. : useful), or am I overlooking something?
  24.  
  25. Yes, you cannot use templates in VC++. I don't know why; maybe compiler with
  26. version under
  27. 2.0 doesn't include this feature. If possible, upgrade to version 2.0 or 4.0.
  28. Hope this help.
  29.  
  30. --s
  31. If an ideal can be reached easily it no longer is an ideal.
  32. ka ming
  33.  
  34.